home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
PROGRAMM
/
PROGEDIT
/
3458B.ZIP
/
AMAC44B.ZIP
/
RFRM38.QM
< prev
next >
Wrap
Text File
|
1992-06-22
|
6KB
|
133 lines
* RFRM38.QM
* Macros to Sort and Reformat Blocks, Paragraphs and Files
* Written by Tom Hogshead
* With Macro Contributions by John Goodman, et al
* 6/17/92
* Key Subfile Description
* ===== ============== ====================================================
* {e:\up\rfr001} Single/Double/Triple Space Files ( )
* {e:\up\rfr002} Switch Case and Capitalize
* {e:\up\rfr003} Format Blocks, Paragraphs and Files
* {e:\up\rfr004} Right/Left Justify and Align
* {e:\up\rfr005} Count Words and Characters
* {e:\up\rfr006} Replace "Period Space" w/"Period Two Spaces" & Misc
* {e:\up\rfr007} Split/Join Lines
* {e:\up\rfr008} Swap Characters
* {e:\up\rfr009} Sort and Convert Column Blocks
*
* @(1) Dummy Macro
*
* Index - How to Locate Macro or Item From Index Using @f
* Description
* Macros
* Other Macros - not included
* Version History
*
*-- eoi
* (DESCRIPTION)
* --------------
* RFRM38.QM are macros to reformat and sort QEDIT blocks, paragraphs,
* and files. Number of words and characters in a file can also be
* counted. Comma delimited files can also be made and "broken apart".
* Documents can formatted with right justification. Blocks can be left
* and right justified. Documents can be single, double and triple
* spaced. Can left and right justify column blocks with opposite
* ragged edges. Can align column of numbers by decimal point. Can
* format with user selected left and right margins.
* For faster macro execution, replace "c:\" with your ram drive.
* Insert and AutoIndent should be ON.
* (Other) Macros available: See ALLMACRO.INF.
* See MACRxx.QM for other commenting and un-commenting macros.
*
* (Index) Use
* ------------
* To locate a macro or item in this file, use @f, place the cursor
* line on the desired item in the Index above, and press <enter>.
* @f can be found in BOOKxx.QM to view and read macros in subfiles.
* Some of these macros require "QEdit and QMAC v2.15.
* To BEGIN, just type "START RFRM" <Enter>. All pertinent files will
* be loaded in the "Ring" for viewing, and RFRM38.MAC is read.
* Alternatively, type "START RFRM 0" <Enter> and the disk copies of all
* files in the "Ring" will be loaded ready for editing, saving time.
*
* (Macros)
* --------
* Use @f in BOOKxx.QM to view and read macros in rfr00n.qm. See
* subfiles rfr00n.qm for macros.
*
* -------------------
* @(1) Dummy Macro
* -------------------
@1 macrobegin begline * Dummy to make this a txtfile
*
* (Version) History
* ------------------
* 3.4 - In AMAC41.ZIP 10/28/91
* 3.5 - In AMAC42.ZIP 3/28/92
* 3.6 - Added @3 in rfr004.qm. 3/30/92
* - Changed @f9 to @9 in rfr004.qm 3/30/92
* - Corrected @9 Label 5 in rfr004.qm. 3/30/92
* - Added @F1 and @F2 in rfr003.qm. 3/30/92
* - Added @4 in rfr004.qm. 4/1/92
* - Changed @3/4 in rfr004.qm. 4/7/92
* - Added @5 and @6 in rfr004.qm. 4/7/92
* - Changed @4/5/6 in rfr004.qm. 4/8/92
* - Changed keys in rfr009.qm. 4/21/92
* - Modified @3/4/5 in rfr002.qm. 4/21/92
* - Added @f8 in rfr003.qm. 4/24/92
* - Added @f9 in rfr003.qm. 4/25/92
* - Removed @6 from rfr003.qm. 4/26/92
* - Modified macros in rfr003.qm. 4/26/92
* - Shortened @f8 in rfr003.qm. 4/26/92
* - In AMAC42E.ZIP. 4/26/92
* 3.7 - Added @6 in rfr003.qm. 5/2/92
* - Changed @5 and @f8 in rfr003.qm. 5/2/92
* - Added @f5/@f6/@f7 in rfr003.qm. 5/7/92
* - Removed @1 from rfr003.qm. 5/7/92
* - Modified @f6 in rfr004.qm for all Qconfig's. 5/13/92
* - Modified @4, @5 and #f2 in rfr009.qm for all Qconfig's. 5/13/92
* - Added @4 in rfr006.qm. 5/18/92
* - Modified @f4 and @f6 in rfr004.qm. 5/18/92
* - Changed keys in rfr004.qm: 5/18/92
* New Old
* @f1 @f6
* @f2 @f4
* @f3 @f1
* @f4 @f5
* @f5 @f2
* - Removed from: 5/18/92
* rfr001 @f7
* rfr006 ^f9, ^f10, @2,6,7, @f8, @f99
* - Changed keys in rfr006.qm. 5/19/92
* @f7 ^f1
* @f8 ^f2
* @f6 @f5
* @f5 @f6
* (In Amac43.zip)
* 3.8 - Added ( ) to rfr001/3/6/9 for bok001.qm macros. 5/30/92
* - Changed keys in rfr008.qm. 6/3/92
* - Added @f1/@f6/@f7 in rfr008.qm. 6/3/92
* - Modified @1 in rfr008.qm. 6/3/92
* - Modified @3 and @4 inrfr003.qm. 6/9/92
* - Added @0 in rfr004.qm. 6/10/92
* - Added @f8 to rfr008.qm. 6/12/92
* - Modified @9 in rfr004.qm for para's at eof. 6/13/92
* - Corrected @3 and @4 in rfr003.qm. 6/17/92
*
*
*
*--eof